Schnittstelle ColorProvider
- Alle Superschnittstellen:
Serializable
- Alle bekannten Unterschnittstellen:
Settings, UserSettings
- Alle bekannten Implementierungsklassen:
DefaultColorProvider, DefaultSetting
Provides the colors used by the Painter to paint the
Markers for the Difference Groups and their modifications.
- Seit:
- 3.20
-
Methodenübersicht
Modifikator und TypMethodeBeschreibung@Nonnull ColorVeraltet.@Nonnull ColorReturns the color of the marker for a difference group of the given type@Nonnull ColorVeraltet.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)@Nonnull ColorReturns the color to mark the difference elements inside a difference group of the given type
-
Methodendetails
-
getMarkerColor
Veraltet.As of i-net PDFC 25.10, use insteadgetMarkerColor(ModificationType)Returns the color of the marker for a difference group of the given type- Parameter:
t- the type of the difference group- Gibt zurück:
- the color of the marker for a difference group, should not be null
- Seit:
- 3.20
-
getOutlineColor
Veraltet.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)Returns the color to mark the difference elements inside a difference group of the given type- Parameter:
t- the type of the difference group- Gibt zurück:
- the color to mark the difference elements, should not be null
- Seit:
- 3.20
-
getMarkerColor
Returns the color of the marker for a difference group of the given type- Parameter:
t- the type of the difference group- Gibt zurück:
- the color of the marker for a difference group, should not be null
- Seit:
- 25.10
-
getOutlineColor
Returns the color to mark the difference elements inside a difference group of the given type- Parameter:
t- the type of the difference group- Gibt zurück:
- the color to mark the difference elements, should not be null
- Seit:
- 25.10
-
getMarkerColor(ModificationType)